public virtual void StoreDicom(
DicomDataSet dataSet,
string referencedFileName,
string retrieveAe,
ReferencedImages[] images,
bool updateExistentPatient,
bool updateExistentStudy,
bool updateExistentSeries,
bool updateExistentInstances
)
public:
virtual void StoreDicom(
DicomDataSet^ dataSet,
String^ referencedFileName,
String^ retrieveAe,
array<ReferencedImages^>^ images,
bool updateExistentPatient,
bool updateExistentStudy,
bool updateExistentSeries,
bool updateExistentInstances
)
dataSet
Type: Leadtools.Dicom.DicomDataSet The Leadtools.Dicom.DicomDataSet which contains the information you want to store.
referencedFileName
A System.String The physical path for the Leadtools.Dicom.DicomDataSet
retrieveAe
A System.String The AE title
images
Type: Array of ReferencedImages. The information for the referenced images generated by the stored dataSet.
updateExistentPatient
Type: System.Boolean true to update the patient information identified by the Patient ID if found in the storage source and the given dataSet has different values.
updateExistentStudy
Type: System.Boolean true to update the study information identified by the Study Instance UID if found in the storage source and the given dataSet has different values.
updateExistentSeries
Type: System.Boolean true to update the series information identified by the Series Instance UID if found in the storage source and the given dataSet has different values.
updateExistentInstances
true to update the composite instance information identified by the SOP Instance UID if found in the storage source and the given dataSet has different values.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document